What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / manish
OOPS is an object oriented language which led it's emphasis
on the set of codes called object rather then it's
procedure......but in the procedural language,procedure is
given more improtance
| Is This Answer Correct ? | 8 Yes | 45 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
What is balance factor?
to find out the minimum of two integer number of two different classes using friend function
write knight tour problem which is present in datastructure
#include
What language is oop?
What is object-oriented programming? Webopedia definition
How to call a non virtual function in the derived class by using base class pointer
what is difference between class template and template class?
How do you define a class in oop?
Can a varargs method be overloaded?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Explain virtual inheritance?
Are polymorphisms mutations?
What is the purpose of polymorphism?