Definition of class?
Answers were Sorted based on User's Feedback
Answer / prabakaran
collection of data membetrs and function members
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shivani sharma
class is a collection of data member and member function
| Is This Answer Correct ? | 1 Yes | 0 No |
Copy Linked List using recursive function?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is virtual destructor ans explain its use?
What is guard code in c++?
What is polymorphism & list its types in c++?
Write a program to add three numbers in C++ utilizing classes.
What are the comments in c++?
How do pointers work?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
How does atoi function work?
What do you mean by Stack unwinding?
What is c++ best used for?