What is the difference between Class and Structure?
Answer Posted / liyakath ulla r
the structurs are used in both c and c++.
but class is used only in c++ and othe opps languages
| Is This Answer Correct ? | 67 Yes | 63 No |
Post New Answer View All Answers
Name the implicit member functions of a class.
What is the hardest coding language to learn?
What is a down cast?
Which bit wise operator is suitable for putting on a particular bit in a number?
Which programming language should I learn first?
How can virtual functions in c++ be implemented?
What is virtual function? Explain with an example
Can we run c program in turbo c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Specify some guidelines that should be followed while overloading operators?
What is the need of a destructor? Explain with the help of an example.
Can we define a constructor as virtual in c++?
What is binary search in c++?
Write a program using display() function which takes two arguments.
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be