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 is the best c++ ide?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Which format specifier is used for printing a pointer value?
Why main function is special in c++?
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
What is an associative container in c++?
What is #include sstream?
Why do we use setw in c++?
What are the types of array in c++?
what is COPY CONSTRUCTOR and what is it used for?
Which programming language's unsatisfactory performance led to the discovery of c++?
Is rust better than c++?
What is decltype c++?
What is the best c++ compiler?
Can we change the basic meaning of an operator in c++?