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 interface? When and where is it used?
What is polymorphism what is it for and how is it used?
What are the three parts of a simple empty class?
c++ program to swap the objects of two different classes
What is inheritance in simple words?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are functions in oop?
What is purpose of inheritance?
What is the problem with multiple inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Whats is abstraction in oops?
What is difference between oop and pop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is encapsulation and abstraction? How are they implemented in C++?
What are oops functions?