how do u initialize the constant variables
Answer Posted / subu
const int pp = 100;
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is html an oop?
What is a class oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What are the three parts of a simple empty class?
Which method cannot be overridden?
What is object in oop?
Advantage and disadvantage of routing in telecom sector
hi all..i want to know oops concepts clearly can any1 explain??
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Which type does string inherit from?
What is the real life example of polymorphism?
Why do we need polymorphism in c#?
What is protected in oop?
How to call a non virtual function in the derived class by using base class pointer