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 12586C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
1 5892
Which is not an object oriented programming language?
Explain the advantages of inheritance.
What is the use of oops?
What is the difference between abstraction and polymorphism?
What polymorphism means?
#include
#include
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is abstraction in oop with example?
officer say me - i am offered to a smoking , then what can you say
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why multiple inheritance is not possible?
hi all..i want to know oops concepts clearly can any1 explain??
to find out the minimum of two integer number of two different classes using friend function
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.