What is difference between multiple inheritance and multilevel inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantanges of modularity
How can we use the preprocessor #if and #elseif.
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
Where is pseudocode used?
why the argument is passed by reference to a copy constructor?example?
What is destructor give example?
what is the realstic modeling?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
Whats is abstraction in oops?
How to calculate the age from the date of birth by using the program?