What are the OOPS concepts?

Answers were Sorted based on User's Feedback



What are the OOPS concepts?..

Answer / gajanan malode

1 encapsulation - class
2 abstraction - object
3 inheritance
4 poymorphism - compile and run (static and dynamic binding)
5 message passinng
6 delegation
7 reusability
8 Interfaces
9 extensability
10 templates
11 scalability
12 associativity
13 persitence ......etc are OOPs Cocepts

Is This Answer Correct ?    0 Yes 1 No

What are the OOPS concepts?..

Answer / m.radha

object oriented programming include:
*objects
*classes
*data abstraction and encapsulation
*inheritance
*polymorphism
*dynamic binding
*message passing

Is This Answer Correct ?    0 Yes 1 No

What are the OOPS concepts?..

Answer / siva

Object-oriented programming (OOP) is a computer science
term used to characterize a programming language that began
development in the 1960’s. The term ‘object-oriented
programming’ was originally coined by Xerox PARC to
designate a computer application that describes the
methodology of using objects as the foundation for
computation. By the 1980’s, OOP rose to prominence as the
programming language of choice, exemplified by the success
of C++. Currently, OOPs such as Java, J2EE, C++, C#, Visual
Basic.NET, Python and JavaScript are popular OOP
programming languages that any career-oriented Software
Engineer or developer should be familiar with.

Is This Answer Correct ?    191 Yes 207 No

What are the OOPS concepts?..

Answer / geek

How can a class become collection of objects???

Is This Answer Correct ?    66 Yes 90 No

What are the OOPS concepts?..

Answer / v.rajaram

The concepts of OOPs are Objects Data abstraction Data
Encapsulation Inheritance Overloading .

Is This Answer Correct ?    57 Yes 112 No

What are the OOPS concepts?..

Answer / hi

message passing

Is This Answer Correct ?    219 Yes 499 No

Post New Answer

More OOPS Interview Questions

Definition of Object Oriented Programming in single line?

33 Answers   Impact Systems, Q3 Technologies, TCS,


which feature are not hold visual basic of oop?

0 Answers   Ignou,


Why interface is used?

0 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


What is difference between data abstraction and encapsulation?

0 Answers  






What is friend function?

12 Answers   Wipro,


What is the different between Applet and Application?

2 Answers  


When not to use object oriented programming?

0 Answers  


write knight tour problem which is present in datastructure

0 Answers  


pointers are support in C#? if yes then how to use it?

8 Answers   Softvision Solution,


what is the use of classes in c++;

2 Answers   HCL,


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


Categories