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
Why is polymorphism important in oop?
What is persistence in oop?
What are the 5 oop principles?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What are the 4 pillars of oop?
What type of loop is a for loop?
What is difference between oop and pop?
What are the two different types of polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
How do you achieve polymorphism?
What is overloading in oop?
How do you define social class?
What is difference between pop and oop?
Why do we need oop?
What is an interface in oop?