10th Elementary Concepts Of Objects And Classes-by Parvathy M

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Parvathy M
P
Parvathy M
Community Contributor
Quizzes Created: 1 | Total Attempts: 64
Questions: 7 | Attempts: 65

SettingsSettingsSettings
10th Elementary Concepts Of Objects And Classes-by Parvathy M - Quiz

Answer all the questions.


Questions and Answers
  • 1. 

    Define object with an example.

  • 2. 

    Why is class called as an object factory.

  • 3. 

    Class person{ name address Display( ) print ( ) } write down the data members  and member functions of class person.

  • 4. 

    Write a program by using a class 'school' without any data members but having only functions as per the specifications given below. schoolname: childrens Academy Place:kandivali void display1( ): To print schoolname and place.

  • 5. 

    What is a comment.Which are the two types of comment.

  • 6. 

    Class can have only one object.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    This statement is false because a class can have multiple objects. In object-oriented programming, a class is a blueprint for creating objects. Each object created from the class will have its own set of attributes and behaviors. Therefore, it is possible to create multiple objects from the same class, each with its own unique characteristics.

    Rate this question:

  • 7. 

    ________ is a user defined data type.

    Correct Answer
    class
    Explanation
    A class is a user-defined data type that allows the programmer to define their own data structure. It can contain both data members (variables) and member functions (methods) to operate on those data members. The class serves as a blueprint for creating objects, which are instances of the class. Objects can then be used to access the data and perform operations defined within the class.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 27, 2020
    Quiz Created by
    Parvathy M
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.