Skip to content

MaryamMohammedEl-Rafie/CAT-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CAT-Task

This repository contains two Dart tasks demonstrating core programming concepts.

Task 1: OOP Account System

  • Implemented a base Account class
  • Created SavingsAccount and CheckingAccount subclasses
  • Demonstrated:
    • Inheritance
    • Method overriding
    • Polymorphism
  • Included test cases in main.dart

Task 2: Collections Processing

  • Processed a list of students represented as maps
  • Removed duplicate students by name while keeping the highest score
  • Sorted students in descending order by score
  • Printed the final processed list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages