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 polymorphism oop?
What is static in oop?
What is purpose of inheritance?
What is byval and byref? What are differences between them?
Can private class be inherited?
Why oops is important?
What are the three parts of a simple empty class?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is inheritance write a program to show use of inheritance?
Why do we use polymorphism?
What is object-oriented programming? Webopedia definition
Explain virtual inheritance?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is coupling in oops?