What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / janet
In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,unit of program is
object,which is nothing but combination of data and code.
In procedural program,data is exposed to the whole
program where as in OOP's program ,it is accesible within
the object and which in turn assures the security of the
code.
| Is This Answer Correct ? | 111 Yes | 38 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is a class and object?
c++ program to swap the objects of two different classes
How do you answer polymorphism?
What is the point of polymorphism?
What is class in oop with example?
How to use CMutex, CSemaphore in VC++ MFC
Can static class have constructor?
Can private class be inherited?
Is enum a class?
What are the 4 main oop principles?
What is inheritance in simple words?
Why is object oriented programming so hard?
what type of questions