What is an object?

Answer Posted / pasu nayan

object is a software bundle of related state and
behavior.it is a instance of a class.all are real world
entity.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does enum stand for?

617


write knight tour problem which is present in datastructure

2168


What are the data types in oop?

608


What is polymorphism explain its types?

688


What are the features of oop?

641






What is multilevel inheritance explain with example?

630


Advantage and disadvantage of routing in telecom sector

790


What is new keyword in oops?

593


What are the three main types of variables?

602


What is destructor in oop?

627


What are the 5 oop principles?

605


What is abstraction and encapsulation?

577


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.

2578


Which type does string inherit from?

618


What is polymorphism programming?

607