What is difference between #define and const?
Answer Posted / sirin
#define MAX 100 - create constant with no type information
const int max = 100 - with type information
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why we use classes in oop?
How can you overcome the diamond problem in inheritance?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is polymorphism explain its types?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is encapsulation with example?
What is difference between pop and oop?
Why is abstraction used?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why is polymorphism used?
What is polymorphism used for?
What is the important feature of inheritance?
What is this pointer in oop?
What is oops concept with example?
What is encapsulation in oop?