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
How to use CMutex, CSemaphore in VC++ MFC
when to use 'mutable' keyword and when to use 'const cast' in c++
Why we use classes in oop?
What is the difference between encapsulation and polymorphism?
#include
What is inheritance write a program to show use of inheritance?
What is basic concept of oop?
What is the highest level of cohesion?
What is abstraction example?
what is the drawback of classical methods in oops?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the point of polymorphism?
What is an interface in oop?
Can a varargs method be overloaded?
• What are the desirable attributes for memory managment?