What is inheritance and how many types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is new keyword in oops?
What exactly is polymorphism?
Write a c++ program to display pass and fail for three student using static member function
Get me an image implementation program.
What is differance between Abstract and Interface
What is multiple inheritance? Give Example
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
What is encapsulation selenium?
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 polymorphism and example?
what are the ways in which a constructors can be called?
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