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
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is encapsulation c#?
What is difference between polymorphism and inheritance?
Write a c++ program to display pass and fail for three student using static member function
Why is there no multiple inheritance?
What is encapsulation process?
Why is static class not inherited?
What is encapsulation with example?
What are the important components of cohesion?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why polymorphism is used in oops? What is class encapsulation? How is polymorphism achieved? What is and I oop mean? What is meant by oops concept?