143.what is oops principles?

Answer Posted / suddapally.chinny

the main concepts in OOP are:
*DATA ABSTRACTION
*DATA ENCAPSULATION
*POLYMORPHISM
*INHERITANCE

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of polymorphism?

668


What is polymorphism in oop example?

507


What is abstract class in oops?

592


How long to learn object oriented programming?

555


What is an example of genetic polymorphism?

645






what is the 3 types of system development life cycle

2429


How do you achieve polymorphism?

605


Why do pointers exist?

651


What is the important feature of inheritance?

627


Why is there no multiple inheritance?

562


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).

1662


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1448


What is the types of inheritance?

594


what are the realtime excercises in C++?

2328


Why multiple inheritance is not allowed?

581