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
Is enum a class?
Write a program to sort the number with different sorts in one program ??
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 overriding in oop?
class type to basic type conversion
What does and I oop and sksksk mean?
What is polymorphism used for?
What is the difference between encapsulation and polymorphism?
What are properties in oop?
Why is object oriented programming so hard?
What are objects in oop?
Is this job good for future? can do this job post grduate student?
Why we use classes in oop?
What is abstraction encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?