answersLogoWhite

0

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

17y ago

What else can I help you with?

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 two types of programming languages?

C++, Perl, Fortran


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 the different types of memory areas for different programming languages?

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


What are some examples of context-free languages and how are they different from other types of languages?

Context-free languages are a type of formal language in theoretical computer science. Examples include programming languages like C, Java, and Python. These languages are different from regular languages and context-sensitive languages because they can be described by context-free grammars, which have rules that do not depend on the context in which a symbol appears. This allows for simpler parsing and analysis of the language's syntax.


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."