Definition of Object Oriented Programming in single line?
Answer Posted / chitra
oop is the feature that allows a mode of modularizing
programs by forming separate memory area for data as well
as functions that is used as object for making copies of
modules as per requirement.
| Is This Answer Correct ? | 20 Yes | 13 No |
Post New Answer View All Answers
What are objects in oop?
What is abstraction in oops?
What is variable example?
Please send ford technologies placement paper 2 my mail id
Can static class have constructor?
Is enum a class?
What is debug class?what is trace class? What differences are between them? With examples.
What is oops in simple words?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the point of polymorphism?
What are the 4 pillars of oop?
What is constructor in oop?
write a C++ program for booking using constructor and destructor.
Can you inherit a private class?