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 overloading in oop?
What is abstraction encapsulation?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
write a program that takes input in digits and display the result in words from 1 to 1000
What is balance factor?
Can destructor be overloaded?
Write a program to reverse a string using recursive function?
What is super in oop?
What is class and example?
explain sub-type and sub class? atleast u have differ it into 4 points?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is coupling in oops?
Whats is abstraction in oops?
Can main method override?
What is the highest level of cohesion?