what is the technical or oop name of object?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
oops concept is used for?
What is property in oops?
what is difference between String s=new String("vali"); String s="vali"
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is encapsulation process?
The type of variable a pointer points to must be the part of pointer's definition so that:
why we are declare the function in the abstract class even though we are declaring it in Derived class?
What is encapsulation in oop?
What is the benefit of oop?
What is abstract class in oops?