What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / vikram k
OOPS stands for object oriented programming languages which
uses concepts like class, object, Encapsulation,
Inheritance, data hiding etc and are used to map real world
entities with oops concepts.
Procedural language do one job at a time which is set of
independents procedures suffers from "singularity problem"
other is as simple as way to solve the problems..
| Is This Answer Correct ? | 18 Yes | 27 No |
Post New Answer View All Answers
What is the point of polymorphism?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
#include
What is encapsulation in oop?
program for insertion ,deletion,sorting in double link list
What is polymorphism in oops with example?
Can we create object of abstract class?
What are benefits of oop?
How many human genes are polymorphic?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between encapsulation and polymorphism?
Can enum be null?
What is polymorphism explain its types?
What is polymorphism and why is it important?
What is the benefit of oop?