can we make game by using c



can we make game by using c ..

Answer / sravan_570

yes. you con design a game using c#

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is meant by multiple inheritance?

0 Answers  


what is the difference between class to class type conversion and copy constructor ?

2 Answers  


what is the main difference between sizeof() operator in c and c++

3 Answers  


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

0 Answers  


What is abstract class in oop?

0 Answers  






what is difference between String s=new String("vali"); String s="vali"

1 Answers  


What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5

16 Answers   TCS,


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


What is inheritance and how many types of inheritance?

0 Answers  


In which cases you use override and new base?

2 Answers  


who is the father of OPPS

4 Answers   Infosys, TCS,


Categories