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

What is object oriented programming language?



Posted By: Avi Date: 7 October 2009 06:35:57 AM
 Answer:

Object oriented programming language allows concepts such as abstraction, modularity, encapsulation, polymorphism and inheritance. Simula is the first object oriented language. Objects are said to be the most important part of object oriented language. Concept revolves around making simulation programs around an object.


Posted By: eTechPlanet


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

Loading
Enter the text as shown in the image 4Bb2wa
Related Questions
OOPs Concepts : What is message passing in object oriented programming?

What is message passing in object oriented programming?

Message passing is a method by which an object sends data to another object or requests other object....
Category: OOPs Concepts Date: 10/7/2009 6:30:57 AM
OOPs Concepts : What are the advantages of OOPs?

What are the advantages of OOPs?

The major advantages of OOPs are: 1. Simplicity: Software objects model real world objects, so th....
Category: OOPs Concepts Date: 9/12/2009 7:51:12 PM
OOPs Concepts : How polymorphism can be implemented?

How polymorphism can be implemented?

Some examples to implement polymorphism: 1) Method Overriding 2) Method Overloading 3) Operator Over....
Category: OOPs Concepts Date: 9/7/2009 1:12:37 AM
OOPs Concepts : What are the main concepts of OOPs?

What are the main concepts of OOPs?

Following are the main concepts of OOPs? 1) Abstraction 2) Encapsulation 3) Inheritance 4) Polymorph....
Category: OOPs Concepts Date: 9/4/2009 6:30:22 AM
OOPs Concepts : What is Operator Overloading?

What is Operator Overloading?

The operator overloading is a specific case of polymorphisms in which some or all of operators like ....
Category: OOPs Concepts Date: 8/29/2009 9:17:06 PM