Answer Posted / s
1.Abstraction
2.Encapsulation
3.Polymorphism
4.Inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use oop?
What is overloading and its types?
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
What is super in oop?
Which language is pure oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is the point of oop?
What is a class and object?
What is an example of genetic polymorphism?
Which type does string inherit from?
What is the important feature of inheritance?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What do you mean by overloading?
What is encapsulation example?
Write a program to reverse a string using recursive function?