What is the difference between declaration and definition?
Answer Posted / omkar
Declaration means just telling to complier about variable
or function but definition means actually allocating memory
for variable.
| Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
#include
What is polymorphism and example?
Which is not an object oriented programming language?
State what is encapsulation and friend function?
What are the types of abstraction?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Where is pseudocode used?
Is react oop?
What is static modifier?
What is the significance of classes in oop?
What does it mean when someone says I oop?
Why is abstraction used?
What is abstraction in oop with example?
What is encapsulation selenium?
What is interface? When and where is it used?