How many human genes are polymorphic?
No Answer is Posted For this Question
Be the First to Post Answer
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
What is encapsulation with real life example?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
What is overloading in oop?
What is polymorphism what are the different types of polymorphism?
what is virtual function?
is there any choice in opting subjects like 4 out of 7
What are the different forms of polymorphism??
Precompilation ?
What is interface in oop?
WAP find square root of any number (without using sqrt() )?