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
Can a varargs method be overloaded?
What is the advantage of oop over procedural language?
why reinterpret cast is considered dangerous?
What are the data types in oop?
What are the important components of cohesion?
Why is destructor used?
What is abstraction in oops?
Why is abstraction used?
What is overloading in oops?
What is oops and why we use oops?
What is encapsulation with real life example?
#include
write a programe to calculate the simple intrest and compund intrest using by function overlading
How is class defined?
program for insertion ,deletion,sorting in double link list