Why do we use oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is Class in oops with example?
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
what is object slicing
What is static in oop?
What are the three main types of variables?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is abstrac class?where is it use?
What is oops concept with example?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
Get me a number puzzle game-program
what is runtime polymorphism? For the 5 marks.
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