Answer Posted / anand
what are the characteristics of oops?
Answer
# 2
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 ? | 48 Yes | 13 No |
Post New Answer View All Answers
What is polymorphism in oop example?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
what's the basic's in dot net
Is this job good for future? can do this job post grduate student?
Why is polymorphism important in oop?
Whats is abstraction in oops?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is the difference between encapsulation and polymorphism?
What is encapsulation with example?
Why do we use polymorphism in oops?
What is class encapsulation?
What is difference between inheritance and polymorphism?
What is oops in simple words?
What is static modifier?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).