how do u initialize the constant variables
Answer Posted / bibin joy
class A
{
const int mConstVal ;
A():mConstVal (10)
{
}
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is new keyword in oops?
What is interface? When and where is it used?
write a program that takes input in digits and display the result in words from 1 to 1000
What is abstraction in oops?
Who invented oop?
How to call a non virtual function in the derived class by using base class pointer
How do you define social class?
What is class encapsulation?
Get me an image implementation program.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is polymorphism and why is it important?
What are the types of abstraction?
Where is pseudocode used?
Is html an oop?
What is a class in oop?