WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / amit
class is key word which is provids to create a user defined
datatypes and
object is delegates of class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a c++ program to display pass and fail for three student using static member function
What are classes oop?
Can you explain polymorphism?
What is abstraction encapsulation?
How is class defined?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are the benefits of oop?
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(); }
Can destructor be overloaded?
What is data binding in oops?
write a C++ program for booking using constructor and destructor.
What is overloading in oop?
What is polymorphism what are the different types of polymorphism?
What is meant by multiple inheritance?
which feature are not hold visual basic of oop?