Answer Posted / gauravjeet singh
1. Objects
2. Classes
3. Data Abstraction
4. Data Encapsulation
5. Inheritance
6. Polymorphism
7. Dynamic Binding
8. Operator overloading & Function overloading
| Is This Answer Correct ? | 111 Yes | 14 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
What is overriding vs overloading?
Which language is pure oop?
What is difference between abstraction and encapsulation?
What are the three parts of a simple empty class?
What are classes oop?
Why is oop better than procedural?
Can we create object of interface?
What is balance factor?
Why polymorphism is used in oops?
How to hide the base class functionality in Inheritance?
How many human genes are polymorphic?
What is the problem with multiple inheritance?
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
What does oop mean in snapchat?