What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / jayasrinivas.donavalli
In Procedural Programming language the execution of
application can be step by step. That means the data can be
executed ina sequential manner but in Object oriented
languages the application executed according to the order
we wrote in the program.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.
Is This Answer Correct ? | 25 Yes | 49 No |
Post New Answer View All Answers
What is a superclass in oop?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Can private class be inherited?
What is overriding in oop?
What is purpose of inheritance?
when to use 'mutable' keyword and when to use 'const cast' in c++
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?
Are polymorphisms mutations?
any one please tell me the purpose of operator overloading
What is object and class in oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is byval and byref? What are differences between them?
What is polymorphism programming?
What does <> mean pseudocode?
Why do pointers exist?