What are the 5 oop principles?



What are the 5 oop principles?..

Answer / Pushpendra Raghuvanshi

"Encapsulation", "Inheritance", "Polymorphism", "Abstraction", and sometimes "Association"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

swapping program does not use third variable

5 Answers   TCS,


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


What is the diamond problem in inheritance?

1 Answers  


char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


What is the main difference between C++ and Java

11 Answers   TCS,


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1 Answers  


What is Method overloading?

5 Answers  


What is polymorphism programming?

1 Answers  


Definition of Object Oriented Programming in single line?

33 Answers   Impact Systems, Q3 Technologies, TCS,


How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?

1 Answers   IntraLogic,


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

8 Answers   Softvision Solution,


what is the difference between containership and inheritence?

1 Answers  


Categories