What is the difference between static polymorphism and dynamic polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What are the access specifiers avaible in c++?
what is object slicing?
Can enum be null?
write string class as your own class in java without using any built-in function
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
what is inline function?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
How does polymorphism work?
what is virtual function in c++
What do you mean by abstraction?
why to use operator overloading