What is inheritance and how many types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is function overloading?,describe it with the example.
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
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
What is the difference between the C & C++?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What are the four main oops concepts?
What is the difference between class and structure?
what is the new version of oops
what does exactly the linker do?
What are the 3 principles of oop?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
What is a class in oop?