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 keyword which is used to define the user defined
datatypes to achive the incasulation,
object:
object is instanse of the class which is used for run
(invocks) the class like a key(object) of car(class)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< write string class as your own class in java without using
any built-in function Advantage and disadvantage of routing in telecom sector How is polymorphism achieved? What are the 3 pillars of oop? What does and I oop and sksksk mean? What is object in oops? 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? They started with the brief introduction followed by few
basic C++ questions on polumorphism, inheritance and then
virtual functions.
What is polymorphims?
How you will access polymorphic functions in C?
How virtual function mechanism works?
what type of question are asked in thoughtworks pair programming round ? What is abstraction in oops with example? What is the point of oop? What is protected in oop? What does enum stand for? Why is abstraction needed?