Templates mean
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 the real life example of polymorphism?
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
what is virtual function in c++
What does <> mean pseudocode?
What is methods in oop?
What does enum stand for?
What is the real time example of encapsulation?
What is the difference between inheritance and polymorphism?
what is difference between objects and function
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is destructor oops?