What do you mean by variable?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
what is abstract class ? when is used in real time ? give a exp
ambiguity regulation of multiple inheritance with example.
Why do we use polymorphism?
why to use operator overloading
Can we call a base class method without creating instance?
Give two or more real cenario of virtual function and vertual object
When is an object created and what is its lifetime?
In c++ there is only virtual destructors, no constructors. Why?
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
inheritence with example
How is class defined?