What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / janet
In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,unit of program is
object,which is nothing but combination of data and code.
In procedural program,data is exposed to the whole
program where as in OOP's program ,it is accesible within
the object and which in turn assures the security of the
code.
| Is This Answer Correct ? | 111 Yes | 38 No |
Post New Answer View All Answers
What does and I oop mean?
What is super in oop?
What are the three main types of variables?
What is multilevel inheritance in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
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?
What is coupling in oops?
What causes polymorphism?
What is encapsulation oop?
What are the 3 pillars of oop?
How to call a non virtual function in the derived class by using base class pointer
can inline function declare in private part of class?
Which type does string inherit from?
What are the types of abstraction?
What is object-oriented programming? Webopedia definition