Why do we use class in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between encapsulation and polymorphism?
Write a program to find out the number of palindromes in a sentence.
What is polymorphism used for?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
write a C++ program for booking using constructor and destructor.
Are polymorphisms mutations?
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
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 the difference between Home and $Home?
what does exactly the linker do?
can we make a class static without using static keyword?
What is an example of genetic polymorphism?