answersLogoWhite

0


Best Answer

Hi, A class means collection of methods/functions. Method/function accepts parameters, process set of codes which you have written in the module/function and returns the output to the caller. Collection of class is called Class Library. When you complie the Class Library it becomes a DLL. Hope this helps

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago
E
  • Esoteric programming language
  • Expression-oriented programming language
F
  • Fifth-generation programming language
  • First-generation programming language
  • Fourth-generation programming language
  • Free-form language
G
  • Glue language
H
  • High-level programming language
H cont.
  • Hybrid programming language
I
  • Intermediate language
  • Interpreted language
L
  • Line-oriented programming language
  • List of educational programming languages
  • Low-level programming language
  • Pattern directed invocation programming language
  • Persistent programming language
  • Programming language generations
  • Programming paradigm
Q
  • Quantum programming
  • Second-generation programming language
This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Low-Level - Provides no or almost no abstraction from the computers' instruction-set. This would include Assembly and Machine Code (which are kind of the same thing, since assembly is just a human-readable representation of machine code). Microcode should also fit in this category, though typically computer instruction sets are written in microcode (i.e. machine code is written in microcode).

High-Level - Provides high abstraction from the instruction-set. This is the realm of C, C++, Java, Ruby, Python, Go, Scala, Prolog, Lisp etc. Most of the general-purpose languages you are familiar with fit in this category.

Very-High-Level - Provides a very high level abstraction from the instruction set, these languages are designed for a very specific purppose or task. Examples would be languages like QuakeC and UML.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

It depends how you classify languages. Most languages are either declarative or empirical. Functional languages are declarative and describe what is to be accomplished rather than how to accomplish it, as opposed to procedural languages which are empirical and include structured and object oriented languages, and describe how a task is to be accomplished.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The categories of programming language are:

-machine language

-symbolic language

-high-level language

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

AppleScript, C, C#, C++, Java, Objective-C, Perl, Bash, Ruby

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

There are more than 3 types of programming languages. Check similar questions/answers before posting this.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Low and High

Low language is like assembly language and machine languages.

High level languages like C++, Java, Python,etc.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

C Language

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

There are many types of the programming language used for multiple programming styles.Programming languages are implemented on several platforms.Used to examine the appearance of the computer system.Mainly applicable to measure the display of the device.Can be classified into various classes such as syntax and semantics.If you are also the one who is looking for programming assignment help in Canada, then you can get in touch with these experts by visiting My Assignment Services

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are different types of computer programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does Lisp mean in computer language?

LISP programming refers to creating applications using LISP languages - a family of old high level programming languages that used Polish notation. LISP languages are the second oldest HLLs after FORTRAN.


Where did the computer languages come from?

People created the different computer languages to help them solve various different types of problems on computers.


How many types of computer languages are there?

Thousands if not tens or hundreds of thousands.


What are types of procedure languages?

Programming languages such as COBOL and FORTRAN are examples of procedure languages.


Which programming languages do what?

HTML creates webpages, C++ and Java can make programs like games. Those are just the basic ones. You can see a list of them at: http://www.ukessays.com/essays/computer-science/programming-languages-and-their-types-and-uses.php


How is it that writing code for computer programming is similar to writing an essay?

Both have different types of audiences.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


What are some of the different types of software programming languages?

High level languages Mid Level Languages Low level languages High level languages: cobol, fortran etc Mid level languages: C, C++ Low level languages: assembly language


What are two types of programming languages?

C++, Perl, Fortran


What are the different types of memory areas for different programming languages?

Code (readable, executable) Constant data (readable) Variable data (readable, writeable)


What are 3 different data types?

According to Wikipedia,"In computer science and computer programming, a data type or simply type is a classification identifying one of various types of data, such as real-valued, integer or Boolean, that determines the possible values for that type; the operations that can be done on values of that type; the meaning of the data; and the way values of that type can be stored.""Almost all programming languages explicitly include the notion of data type, though different languages may use different terminology. Common data types may include:integers,booleans,characters,floating-point numbers,alphanumeric strings."


What data types are?

According to Wikipedia,"In computer science and computer programming, a data type or simply type is a classification identifying one of various types of data, such as real-valued, integer or Boolean, that determines the possible values for that type; the operations that can be done on values of that type; the meaning of the data; and the way values of that type can be stored.""Almost all programming languages explicitly include the notion of data type, though different languages may use different terminology. Common data types may include:integers,booleans,characters,floating-point numbers,alphanumeric strings."