Definition of Object Oriented Programming in single line?
Answer Posted / triven
Object Oriented Programming is a methodology based on
objects instead of just functions and procedures.
And these objects are organized into classes which allows
individual objects to group together.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
What is multilevel inheritance in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is abstraction oop?
Why it is called runtime polymorphism?
What are constructors in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What does enum stand for?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the example of polymorphism?
What is class and object with example?
What is polymorphism what are the different types of polymorphism?
What is difference between abstraction and encapsulation?
Why do we use oops?
any one please tell me the purpose of operator overloading