Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3980024
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:14:30+00:00 2026-05-20T05:14:30+00:00

Its my first Object Oriented Program (I have been programming in C).I have to

  • 0

Its my first Object Oriented Program(I have been programming in C).I have to make a program which marks the attendance of the user when he signs in to the software.
Here is some details of the program:

The program starts and asks the user
to enter his ID and password.If the
user has entered the correct
password,the program automatically
marks his attendance and shows him
options to view to calender,history of
his attendance.

Now I want to decide what classes should I make and what features should I bind with them.Please help me out.If I lack something regarding the details please let me know.
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T05:14:30+00:00Added an answer on May 20, 2026 at 5:14 am

    At first glance, you’d find the following classes useful:

    Student: Each user object should have a username and a password, and a way to validate an entered password. This might look like:

    class Student
    {
    private:
      string username;
      string password;
    public:
      bool isPasswordCorrect(const string& passwordAttempt) const;
    };
    

    Course: Each course should have a list of dates the course will be held.

    You’ll need a place to track whether a particular student showed up. I’d put this in the Course as well: each Course will need a list of students enrolled, and a way to track which students showed up on which days.

    You don’t need anything more to display a calendar, as you have all the data necessary. The Course has the dates it is held, and whether a particular student showed up each day.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an object which I first want to rotate (about its own center)
We have an application which, as its first UI action, displays a modal JDialog
I created a rounded box/button and sliced its first corner, the middle bar (which
I'm currently reading Head First's Object Oriented Analysis and Design. The book states that
Writing my first complex XML schema I'm perhaps still thinking to object oriented and
Although I have a somewhat solid ground on object oriented theory and know how
Although I have a somewhat solid ground on object oriented theory and know how
I have a CoreData model with 2 objects. The first object (Images) contains a
I have a Python client-server application and its server has been running for about
I just started to use the object oriented programming in Python. I wander if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.