What are benefits of oop?
No Answer is Posted For this Question
Be the First to Post Answer
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
What is deep and shalow copy?
what is an instance of a class
what is abstract class ? when is used in real time ? give a exp
What is extreme programming?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
why function overloading is not called as pure polymorphism?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
Write on signed and unsigned integers and give three (3) examples each
How oops is better than procedural?
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
What is a friend function & its advantage?