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 are the desirable attributes for memory managment?
What is ambiguity in inheritance?
Where You Can Use Interface in your Project
Why do we use class?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What are benefits of oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What makes a language oop?
What is abstraction in oop with example?
which feature are not hold visual basic of oop?
What is the real time example of inheritance?
What are the benefits of polymorphism?
What is polymorphism explain?