WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answers were Sorted based on User's Feedback
Answer / kp shekhawat
A class is a collection of variables
Object, use the new statement to instantiate a class
| Is This Answer Correct ? | 0 Yes | 1 No |
What is stream in oop?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
What is the difference between const int *ptr and int const *ptr???
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
What is Hashing and how is it done? Pictorial form?
What is inheritance in simple words?
What are oops methods?
Does c++ support multilevel and multiple inheritance?
Why do we need polymorphism in c#?
What is data binding?
Why static functions always uses static variables?
What is encapsulation example?