Definition of Object Oriented Programming in single line?
Answer Posted / surendar
OOPs is defined as the program paradigm to develop real
software with the help of objects.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
What is static modifier?
What is class in oop with example?
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?
Can you explain polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are benefits of oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Can we create object of interface?
2. Give the different notations for the class.\
What does I oop mean?
What is the difference between inheritance and polymorphism?
What is abstraction encapsulation?
What is polymorphism in oop example?
State what is encapsulation and friend function?