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 is overriding in oops?
Where is pseudocode used?
What is encapsulation c#?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is an example of genetic polymorphism?
What is difference between oop and pop?
What is the point of polymorphism?
What is purpose of inheritance?
Can private class be inherited?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the point of oop?
Can a destructor be called directly?
What is a function in oop?
What is the importance of oop?
What is this pointer in oop?