Answer Posted / fahad shaikh
#Characteristics of OOPs
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 ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is pure oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism and types?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can a varargs method be overloaded? What is encapsulation in oops? What causes polymorphism? write a program to find 2^n+1 ? What is oops?what is its use in software engineering? design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required) How is class defined? When not to use object oriented programming? What is difference between pop and oop? What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
} Prepare me a program for the animation of train