What is the difference between declaration and definition?
Answer Posted / sachin bhosale
Declaration Mean You just Declare a variable and Function
their is No Allocation of Memory.But In Defination Actual
use of use declare Variable and Function Assing the value
with accupy Memory as Per their Type.
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the real time example of inheritance?
Is react oop?
Why is abstraction needed?
What is the main purpose of inheritance law?
Can we override main method?
What is polymorphism what is it for and how is it used?
What are functions in oop?
What is solid in oops?
Is oop better than procedural?
Where You Can Use Interface in your Project
when to use 'mutable' keyword and when to use 'const cast' in c++
What is coupling in oops?
Whats is abstraction in oops?
What is the significance of classes in oop?
What is variable example?