What is the difference between declaration and definition?
Answer Posted / ganesh9948302505
Declaration of a function is COMPILATION PHASE,inorder to
support the SIGNATURE OF FUNCTION like function
name,arguments. Simply it identifies FUNCTION.
Where as in defination, function cotains SET OF
STATEMENTS and expands SOURCE CODE in the form of
instructions
(all this is concept of functions)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why do we need polymorphism in c#?
What is an interface in oop?
What is difference between multiple inheritance and multilevel inheritance?
What does and I oop mean in text?
Why is polymorphism important in oop?
What language is oop?
What does enum stand for?
Why we use classes in oop?
what is the drawback of classical methods in oops?
What is difference between data abstraction and encapsulation?
What is the real time example of inheritance?
What does sksksk mean in text slang?
Get me a number puzzle game-program
Can we override main method?
Can we define a class within the interface?