| Other OOPS Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| 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.
|
Infotech | 1 |
| Write a program in c++ to read two floating point numbers
and find their sum and average. |
| 2 |
| how can we design a magic square in c++?or suggest me the
basic idea of it. |
| 3 |
| Can we have a private constructor ? |
Ness-Technologies | 12 |
| What does the keyword "static" mean? |
TCS | 4 |
| When will a constructor executed? |
TCS | 5 |
| what is difference between objects and function |
| 1 |
| Round up a Decimal number in c++..
example Note = 3.5 is as 4
3.3 is as 3 |
| 2 |
| Iam doing my project on instant messaging , if you any new
ideas regarding this project ,please suggest it? |
| 2 |
| what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
|
| 4 |
| How do you make derived class as an abstract class? |
TCS | 1 |
| monkey starts climbing up a tree 20ft tall,each hour ,it
hops 3ft and slips back by 2ft .how much time it wil tak to
reach top of the tree?
|
IonIdea | 12 |
| |
| For more OOPS Interview Questions Click Here |