Answer Posted / sruthi
Objects are Instances of a Class,And Class is an Collection
of Objets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Can create new c++ operators?
What is runtime polymorphism in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is :: operator in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is object in c++ wikipedia?
Why c++ is better than c language?
Can we use struct in c++?
What is scope resolution operator in c++ with example?
Which c++ compiler is best?
What are the two types of polymorphism?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num