explain sub-type and sub class?
atleast u have differ it into 4 points?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

why destructor is not over loaded?

5 Answers  


Why static Function is used in C++?

4 Answers   TCS,


ambiguity regulation of multiple inheritance with example.

1 Answers  


What is a linked list?

10 Answers   IBM, Neural Info,


Write a c++ program to display pass and fail for three student using static member function

0 Answers  


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?

6 Answers  


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...

2 Answers  


What are the components of marker interface?

0 Answers  


Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


what is difference between thread and programme.

1 Answers   NCC,


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

6 Answers  


What is the Advantage of Interface over the Inheritance in OOPS?

4 Answers  


Categories