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
How to hide the base class functionality in Inheritance?
What is polymorphism and types?
What is coupling in oop?
what type of questions
What are the benefits of interface?
Why do while loop is used?
Which type does string inherit from?
Can a destructor be called directly?
what are the realtime excercises in C++?
Which language is pure oop?
What is abstraction encapsulation?
What is the purpose of enum?
What are benefits of oop?
What are the data types in oop?
What is oops?what is its use in software engineering?