What are functions in oop?
What is public, protected, private?
can you give the dynamic polymorphism types?
What is the oops and benefits of oops programming?
What is the main difference between C++ and Java
What is a class in oop?
WAP find square root of any number (without using sqrt() )?
What is difference between function overloading and overriding?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is encapsulation oop?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
what is the difference between containership and inheritence?
Can we create object of class with private constructor?