Definition of Object Oriented Programming in single line?
Answer Posted / sekar
Object-oriented programming as an approach that provides a
way of modularizing programs by creating partitioned memory
area for both data and functions that can be used as
templates for creating copies of such modules on demand.
| Is This Answer Correct ? | 24 Yes | 12 No |
Post New Answer View All Answers
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 is purpose of inheritance?
What is the real time example of encapsulation?
What is encapsulation selenium?
What do you mean by overloading?
Explain the advantages of inheritance.
What is class in oop with example?
What is the problem with multiple inheritance?
Can we create object of abstract class?
Why is oop better than procedural?
What is for loop and its syntax?
2. Give the different notations for the class.\
Write a program to reverse a string using recursive function?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is difference between oop and pop?