how much classes are used in c++

Answers were Sorted based on User's Feedback



how much classes are used in c++ ..

Answer / thana_8889

We can use more classes these are userdefined and builtin
classes

Is This Answer Correct ?    17 Yes 1 No

how much classes are used in c++ ..

Answer / saurabh

We can use as many classes as we want in our program..

By the way AMIT, main() is a function and not a class

Is This Answer Correct ?    9 Yes 1 No

how much classes are used in c++ ..

Answer / preeti goyal

In each program main is a function. but main is also hold
by a class so atleast one class is necessary.

Is This Answer Correct ?    2 Yes 1 No

how much classes are used in c++ ..

Answer / praveen

There is no limit,,Many class can be created.

Is This Answer Correct ?    0 Yes 0 No

how much classes are used in c++ ..

Answer / amit

WE CAN DEFINE AS MANY CLASSES AS WE WANT.THERE IS NO
RESTRICATION.BUT THERE IS ATLEST ONE CLASS i.e. main()

Is This Answer Correct ?    8 Yes 14 No

Post New Answer

More OOPS Interview Questions

Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


difine hierarchical inheritance.

9 Answers   ASD Lab, TCS,


what is diff between .net 1.1 and .net 2.0

4 Answers  


can we make game by using c

1 Answers   SmartData,


How do you use inheritance in unity?

0 Answers  






What normal C constructs work differently in C++?

2 Answers  


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


What is object and class in oops?

0 Answers  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


what is SPL in c++.

1 Answers  


Get me a number puzzle game-program

0 Answers  


Categories