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
How is class defined?
Can you explain polymorphism?
What is property in oops?
What do you mean by overloading?
Can we define a class within the interface?
Can main method override?
What is protected in oop?
Can static class have constructor?
What is the use of oops?
What is abstract class in oops?
Why do pointers exist?
What is class and example?
What is abstraction in oop with example?
Which is not an object oriented programming language?
write a programe to calculate the simple intrest and compund intrest using by function overlading