|
| ||||||||||
| Tags: clos, eiffel, java, object oriented, small talk |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What are the different types of Object Oriented Programming Languages?
|
|
#2
| ||||
| ||||
| Re: What are the different types of Object Oriented Programming Languages?
Smalltalk was the first popular OOPL The language syntax is simple. Variables and attributes are untyped, everything in an object, including classes. Small talk defines Garbage collector which frees from the programmer, the burden of memory management. This is the only language in Object Oriented Programming Languages where the syntax is easily understandable and it is very simple. You don’t need to make any classes in this Object Oriented Programming Languages as all are included in its objects. This is one of the popular and you can consider it as the best Object Oriented Programming Language. |
|
#3
| ||||
| ||||
| Re: What are the different types of Object Oriented Programming Languages?
Eiffel is strongly typed language Program consists of collection of class declaration that include methods. It provide very rich class library. For portability the Eiffel compiler translate source program into C. The Common Lisp Object System(CLOS) is an object oriented extension of common lisp .CLOS provide powerful and flexible inheritance capability .Multiple inheritance is also supported by CLOS.IT is weakly typed language. These are two languages which I am aware of it in Object Oriented Programming Languages. |
|
#4
| |||
| |||
| Re: What are the different types of Object Oriented Programming Languages?
JAVA is the most popular OOPL. It provides many important features like multithreading, portability, platform independence, security and robust nature. It is strongly typed language. It can be used to create two kinds of the programs like Applet and applications. Well, I don’t think that anyone would not be aware of JAVA. This is the only Object oriented programming language which is not famous but used extensively used all over world. |
|
#5
| |||
| |||
| Re: What are the different types of Object Oriented Programming Languages?
Hello There, I wanted to share some of the information what i have. Please accept if this is correct. Object Oriented Programming Language is a concept of Object Oriented principles. Mainly programming languages are classified into two types based on OOP principles. They are:- 1. OOPL--Object Oriented Programming Language. 2. OBPL--Object Based Programming Language. 1. OOPL:- Which supports the features mentioned below. a. class b. Object c. Encapsulation d. Data Abstraction. e. Polymorphisum f. Inheritance. 2. OBPL---Which supports all the above futures except Inheritance. Thanks, Haranath |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What are the different types of Object Oriented Programming Languages?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Object oriented programming with java | cloud101 | Software Development | 2 | 22-02-2012 12:11 AM |
| what is message passing and other terms in Object oriented programming languages? | Palnila | Software Development | 3 | 08-01-2011 05:23 AM |
| Scope of Object or variable in Object oriented Programming Languages | Dëfrim | Software Development | 3 | 08-01-2011 05:20 AM |
| static methods in object oriented programming | Satchel | Software Development | 5 | 07-01-2011 08:58 PM |
| The OOP Object Oriented programming Concept & its principle? | Bhavya | Software Development | 3 | 25-02-2009 08:16 PM |