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 a class in oop?
What is constructor overloading in oop?
What is class encapsulation?
What is the important feature of inheritance?
what's the basic's in dot net
What is the real time example of encapsulation?
Explain the concepts involved in Object Oriented programming.
What is difference between abstraction and encapsulation?
What is the difference between a mixin and inheritance?
why reinterpret cast is considered dangerous?
What is stream in oop?
What is polymorphism what is it for and how is it used?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are the three main types of variables?
What is the difference between inheritance and polymorphism?