What are the data types in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is interface? When and where is it used?
string is a class or data type in java?
OOP'S advantages of inheritance include:
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
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 are different oops concepts?
What causes polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
Can main method override?
explain the concepts of oops?
What is the point of polymorphism?