explain sub-type and sub class?
atleast u have differ it into 4 points?
why destructor is not over loaded?
Why static Function is used in C++?
ambiguity regulation of multiple inheritance with example.
What is a linked list?
Write a c++ program to display pass and fail for three student using static member function
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
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 are the components of marker interface?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
what is difference between thread and programme.
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What is the Advantage of Interface over the Inheritance in OOPS?