what is opps?why it is use in programming language?
Answer Posted / giri prasad.thota
oops means object oriented programing.this is usud to divide
a program in to objects and there is encapsulation,data
abstraction,inheritence.messege passing featurs is available
in oops.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
#include
What are benefits of oop?
What is cohesion in oop?
program for insertion ,deletion,sorting in double link list
What is abstraction in oops?
What is difference between inheritance and polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the benefits of polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is polymorphism in oop example?
What are the 5 oop principles?
What is encapsulation in oops?
Why do we use oop?
What is use of overloading?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?