What is the difference between declaration and definition?
Answer Posted / s
Declaration means we are just creating a variable or method.
Defination means we are assigning some value for a variable
& doing some functions in method
| Is This Answer Correct ? | 116 Yes | 48 No |
Post New Answer View All Answers
What are the 5 oop principles?
What are the three main types of variables?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why multiple inheritance is not allowed?
What does enum stand for?
how to get the oracle certification? send me the answer
What is polymorphism programming?
How Do you Code Composition and Aggregation in C++ ?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is protected in oop?
Why do pointers exist?
Why do we need oop?
Why is polymorphism important in oop?
What are constructors in oop?
What is polymorphism what are the different types of polymorphism?