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
write a C++ program for booking using constructor and destructor.
What is interface? When and where is it used?
Which is better struts or spring?
Why is destructor used?
What is destructor in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Explain virtual inheritance?
What is the purpose of enum?
What is difference between inheritance and polymorphism?
What is static in oop?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
explain sub-type and sub class? atleast u have differ it into 4 points?
What does sksksk mean in text slang?
What does enum stand for?
write string class as your own class in java without using any built-in function