What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / test
OOP is programming which is oriented around objects, thus
taking advantages of encapsulation, polymorphism and
inheritance to increase code reuse and decrease code
mantenance.
In procedural program, programming logic follows certain
procedures and intructions are executed one after another.
In OOP unit of program is object which is nothing but
combination of data and code.
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
What are the benefits of interface?
What is a class oop?
What is abstraction encapsulation?
What is a function in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstract class in oop?
Why do we use polymorphism in oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is destructor in oop?
Why is static class not inherited?
What is encapsulation with example?
What exactly is polymorphism?
What is coupling in oop?
Is this job good for future? can do this job post grduate student?