What is the difference between declaration and definition?
Answer Posted / sandhya shetty
Declaration means only declaring a function or a variable
with its return type or datatype respectively.
Definition means assiging values to variable or procedure
to be performed by a function.
| Is This Answer Correct ? | 21 Yes | 41 No |
Post New Answer View All Answers
What is solid in oops?
What is overriding in oops?
write a C++ program for booking using constructor and destructor.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Where is pseudocode used?
Can we create object of interface?
What is object in oops?
Which language is not a true object oriented programming language?
Why do we use encapsulation in oops?
What does and I oop mean in text?
What is the difference between encapsulation and polymorphism?
Prepare me a program for the animation of train
Why is polymorphism needed?
2. Give the different notations for the class.\
Why is abstraction used?