What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / oopslover
Oops is programing concept which works around the its object
and data, it works on real world objects. helps us in
building robust application, provides more security through
its objects. where as procedural language is totally
different it implies to use different functional things to
be used under one single function e.g "main" method in C.
The logic is expose to the whole program.
| Is This Answer Correct ? | 44 Yes | 39 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
What is destructor give example?
Why do pointers exist?
What are constructors in oop?
What is methods in oop?
What is encapsulation process?
What is encapsulation example?
What is the real time example of inheritance?
What is multilevel inheritance?
What is difference between pop and oop?
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?
Can destructor be overloaded?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How to use CMutex, CSemaphore in VC++ MFC