Answer Posted / sravan_570
yes. you con design a game using c#
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why do we use class?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Are polymorphisms mutations?
What is for loop and its syntax?
What is oops in simple words?
class type to basic type conversion
What is and I oop mean?
What is difference between data abstraction and encapsulation?
What is destructor give example?
can we make game by using c
What is the difference between encapsulation and polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why interface is used?
Why multiple inheritance is not allowed?
Can enum be null?