what is an instance of a class
Answers were Sorted based on User's Feedback
Answer / kavita
objects are defined as real world entities that are
instances of a class
| Is This Answer Correct ? | 2 Yes | 0 No |
why c++ is called OOPS? waht is inherutance? what is compiler?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
How oops is better than procedural?
How do you achieve runtime polymorphism?
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
What is a class oop?
What is pointer in oop?
Child cObj = new Parent() Wahts the output ?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Why do we use oops?
In c++ there is only virtual destructors, no constructors. Why?