What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / pramendra kumar verma
oops is a simply a programming model that simplyfies
software development & maintainence by providing certain
rules and regulation for the development to followed to
developing and maintaining the software.oops have some
features like
object
classification
generlization&inheritence
polymorphism
data encapsulation
| Is This Answer Correct ? | 21 Yes | 22 No |
Post New Answer View All Answers
How to call a non virtual function in the derived class by using base class pointer
What is the difference between procedural programming and oops?
What is abstraction and encapsulation?
What is difference between polymorphism and inheritance?
c++ program to swap the objects of two different classes
What is abstract class in oop?
What is destructor oops?
how to get the oracle certification? send me the answer
Why multiple inheritance is not possible?
What is inheritance write a program to show use of inheritance?
Can we override main method?
What is for loop and its syntax?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is abstraction encapsulation?
What is polymorphism in oop example?