Answer Posted / apurva jain
A class is a logical Representation of Objects and Methods.
IT is also a User Defined Datatype.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant by oops concept?
is there any choice in opting subjects like 4 out of 7
What are the features of oop?
what type of questions
What are the three main types of variables?
What is oops?what is its use in software engineering?
What is encapsulation in simple terms?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why multiple inheritance is not possible?
What do you mean by variable?
Where is pseudocode used?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is inheritance write a program to show use of inheritance?
Write a program to reverse a string using recursive function?
Why do pointers exist?