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
What is the advantage of oop over procedural language?
Get me an image implementation program.
what are the ways in which a constructors can be called?
What is the diamond problem in inheritance?
What is object in oop with example?
How do you define a class in oop?
What is multilevel inheritance explain with example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
How do you achieve runtime polymorphism?
What does enum stand for?
What is polymorphism what are the different types of polymorphism?
Is data hiding and abstraction same?
What is object-oriented programming? Webopedia definition
2. Give the different notations for the class.\