Answer Posted / vijay varadharajan
Implementing OOPs programming gives us flexibility, code re-usability and most importantly security. These are the major three reasons we go for OOPs programming.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is pointer in oop?
What is inheritance and how many types of inheritance?
What does no cap mean?
What does I oop mean?
What is the important feature of inheritance?
What is multilevel inheritance explain with example?
Write a program to reverse a string using recursive function?
Can private class be inherited?
Why is abstraction needed?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is interface in oop?
What is difference between multiple inheritance and multilevel inheritance?
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(); }
What is abstraction in oops with example?
to find out the minimum of two integer number of two different classes using friend function