What are the OOPS concepts?

Answer Posted / tinku

The main OOP concepts are
1.Objects
2.Classes
3.Data abstraction
4.Data encapsulation
5.Inheritance
6.Polymorphism
7.Dynamic binding
8.Message passing

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What causes polymorphism?

577


program for insertion ,deletion,sorting in double link list

2283


is there any choice in opting subjects like 4 out of 7

1732


How is polymorphism achieved?

587


How is class defined?

588






assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1671


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1653


Why is there no multiple inheritance?

570


Explain the concepts involved in Object Oriented programming.

642


What is static in oop?

591


What is an interface in oop?

595


class type to basic type conversion

1839


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431


What does oop mean in snapchat?

688


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1639