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


Please Help Members By Posting Answers For Below Questions

What is a superclass in oop?

846


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

1050


Can private class be inherited?

812


What is overriding in oop?

705


What is purpose of inheritance?

795






when to use 'mutable' keyword and when to use 'const cast' in c++

1816


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?

1552


Are polymorphisms mutations?

845


any one please tell me the purpose of operator overloading

2098


What is object and class in oops?

734


What is the difference between static polymorphism and dynamic polymorphism?

776


What is byval and byref? What are differences between them?

1861


What is polymorphism programming?

772


What does <> mean pseudocode?

770


Why do pointers exist?

807