Answer Posted / rajeev kumar rana
private, public, protected
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is class and object in oops?
What is destructor give example?
Whats is abstraction in oops?
What is difference between oop and pop?
Why is object oriented programming so hard?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is protected in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the difference between abstraction and polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Can private class be inherited?
What are classes oop?
What is polymorphism explain?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }