What are the OOPS concepts?
Answer Posted / sruthi
In object oriented programming apporach there is a
collection of objects and this is a bottom up approach ,the
main focus is on objects .Data reusability is one of the
important feature of OOP,the focus of object oriented
programming is DATA
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need oop?
Why is polymorphism needed?
What is advantage of inheritance?
What is encapsulation with real life example?
Can we override main method?
What is byval and byref? What are differences between them?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why is destructor used?
What are the features of oop?
What is abstraction in oops?
write a program to find 2^n+1 ?
Can you explain polymorphism?
What is for loop and its syntax?
How do you define social class?
What is object in oop?