What is the difference between encapsulation and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
which is platform independent device used in computers
Can we create object of interface?
write a program that takes input in digits and display the result in words from 1 to 1000
Write a program to sort the number with different sorts in one program ??
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
What is polymorphism and why is it important?
What is the real time example of inheritance?
What are the benefits of interface?
In c++ there is only virtual destructors, no constructors. Why?
what is an instance of a class
Why static Function is used in C++?