What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / krishna
OOps is the object oriented programming system in which objects are used to encapsulate data and code,which provides security.logic flows with in the object.
while in procedural language logic flows with in procedure
and there is no any concept of object thats y all program is executed step by step.public and private access specifiers r not used in procedural language,means data will access in whole program ,there is no any security aspects.
OOPS having some adv over procedural language like inheritence,polimorphism,encapsulation etc which make OOPS more flexible sa comp. to procedural language.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the benefit of oop?
What do you mean by overloading?
What is abstraction oop?
What does and I oop and sksksk mean?
What is encapsulation in oops?
What is the difference between a mixin and inheritance?
Can we create object of abstract class?
What is encapsulation process?
write a program to find 2^n+1 ?
What is the diamond problem in inheritance?
What is overriding in oop?
What is the difference between a constructor and a destructor?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can we have inheritance without polymorphism? Why is static class not inherited?