Program to read a comment string
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 class encapsulation?
What is data binding in oops?
what is the difference between containership and inheritence?
Is enum a class?
what isthe difference between c structure and c++ class
Why is there no multiple inheritance?
In c++ there is only virtual destructors, no constructors. Why?
1. Define a class.
What is the difference between abstraction and polymorphism?
What is difference between function overloading and overriding?
What is destructor give example?