What is the difference between declaration and definition?
Answer Posted / s
Declaration means we are just creating a variable or method.
Defination means we are assigning some value for a variable
& doing some functions in method
| Is This Answer Correct ? | 116 Yes | 48 No |
Post New Answer View All Answers
State what is encapsulation and friend function?
What is object and class in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
Is this job good for future? can do this job post grduate student?
Why oops is important?
What is oops with example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is polymorphism explain its types?
What is abstraction with example?
Can we override main method?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is object in oop?
How is polymorphism achieved?
Why multiple inheritance is not allowed?
How do you define a class in oop?