Answer Posted / pushpankar mishra
i woould like to clear one thing that object and instance
are two sligthly differnt things
int a; // 'a 'is instance
a=20;//'a' is a object
eg:object+instance
|
int a=20// object + instance;;
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is abstraction in oops with example?
What is encapsulation selenium?
What does it mean when someone says I oop?
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 benefits of polymorphism?
What is oops in simple words?
#include
What is the difference between encapsulation and polymorphism?
What are oops methods?
Can abstract class have normal methods?
What is the real life example of polymorphism?
What is solid in oops?
Why is oop useful?
what are the ways in which a constructors can be called?