What are the OOPS concepts?

Answer Posted / hari

OBJECT
ENCAPSULATION
INHERITANCE
POLYMORPHISM
OVERRIDING
MESSAGE PASSING

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a mixin and inheritance?

767


Explain the concepts involved in Object Oriented programming.

895


How oops is better than procedural?

847


What is encapsulation example?

793


What is encapsulation c#?

826


What are classes oop?

808


What is a superclass in oop?

929


How can you overcome the diamond problem in inheritance?

976


Templates mean

1861


Why oops is important?

807


What are the benefits of oop?

889


What is the real time example of inheritance?

884


What is the difference between static polymorphism and dynamic polymorphism?

868


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

2007


How does polymorphism work?

893