What is the difference between procedural programming and oops?
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?
how to swap to variables without using thrid variable in java?
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,
Should you protect the global data in threads? Why or why not?
Why is there no multiple inheritance?
What is difference between oop and pop?
Whatis the difference between oop and object based language
Write a program to sort the number with different sorts in one program ??
Name a typical usage of polymorphism
what is new operator in c++
What is pure oop?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.