What does I oop mean?
No Answer is Posted For this Question
Be the First to Post Answer
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What is the renewal class?
What is Object and Class? What are the differences between them?
What is object and class in oops?
what is the technical or oop name of object?
Is enum a class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Why do we use inheritance?
What are different oops concepts?
Should you protect the global data in threads? Why or why not?
What is the difference between encapsulation and polymorphism?
what is function overloading..?