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
What is encapsulation selenium?
Which is better struts or spring?
Please send ford technologies placement paper 2 my mail id
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
Why multiple inheritance is not possible?
Advantage and disadvantage of routing in telecom sector
Why interface is used?
What is abstraction in oop with example?
Write a c++ program to display pass and fail for three student using static member function
What is difference between data abstraction and encapsulation?
What is the main feature of oop?
What is the real time example of inheritance?
Whats oop mean?
What is the benefit of oop?
What are the three parts of a simple empty class?