What type of Job you are providing?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism in oop example?
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,
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
What is stream in oop?
How can we use the preprocessor #if and #elseif.
What are the important components of cohesion?
What are the data types in oop?
what is main difference between object oriented object base
What is the significance of classes in oop?
What is static modifier?
What are the four main oops concepts?
What do you mean by binding of data and functions?