Definition of Object Oriented Programming in single line?
Answer Posted / rampal singh
object-oriented progrmming is an approch that provide a way
of modularizing program by creating partitioned memory area
for both data and function that can be used as templete for
creating copies of such moduals on demand
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the example of polymorphism?
What is the advantage of oop over procedural language?
What is advantage of inheritance?
Write a program to reverse a string using recursive function?
Can private class be inherited?
What is inheritance and how many types of inheritance?
Can you explain polymorphism?
What does <> mean pseudocode?
What is destructor give example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What do you mean by overloading?
What is difference between multiple inheritance and multilevel inheritance?
What is encapsulation process?
What is polymorphism and its types?
What is destructor example?