OOPs Concepts Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 5833 Page Views: 

Give some examples of programming languages which support object oriented characteristics?



Posted By: Avi Date: 7 October 2009 06:41:12 AM
 Answer:

Some of the programming languages which support object oriented characteristics are ABAP, C++, Perl, LISP, Java, C#, Tcl, VB.Net, Ruby, Python, PHP, etc. Popularity of these languages has increased considerably as they can solve complex problems with ease.


Posted By: eTechPlanet


Date: 7 October 2009 06:41:12 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Iq23F9
Related Questions
OOPs Concepts : What is Polymorphism?

What is Polymorphism?

Polymorphism is an ability to appear in many forms. It refers to the ability of the system to call c....
Category: OOPs Concepts Date: 8/29/2009 7:03:57 PM
OOPs Concepts : What is Inheritance?

What is Inheritance?

In OOPs terminology, inheritance is a way to form new classes using classes that have already been d....
Category: OOPs Concepts Date: 8/29/2009 6:52:23 PM
OOPs Concepts : What is Abstraction?

What is Abstraction?

Abstraction is the process of generalization by reducing the information content of an entity, typic....
Category: OOPs Concepts Date: 8/29/2009 6:45:58 PM
OOPs Concepts : What is Encapsulation?

What is Encapsulation?

In OOPs terminology, Encapsulation refers to encapsulating data with the methods that operates on th....
Category: OOPs Concepts Date: 8/29/2009 6:25:10 PM
OOPs Concepts : What is an Object?

What is an Object?

Instances of classes are called as objects. The class of Employee defines all possible employees by....
Category: OOPs Concepts Date: 8/29/2009 8:07:26 AM