Muhammad-Junaid95 /
Dart-Flutter-Assignment-1
Hello Friends, In this repo you can find some basic dart programs solutions. Also you can Subscribe my YouTube Channel and watch various type of videos.
Loading repository data…
Muhammad-Junaid95 / repository
Hello Friends, In this repo you can find some basic dart programs solutions. In this repository you can find how to code in dart using classes and inheritance of class. Also you can Subscribe my YouTube Channel and watch various type of videos.
In this repository you can find how to code in dart using classes and inheritance of class.
Create a Person class with firstName and lastName properties, and a method called fullName() that returns the full name of the person. Then create a Student class that inherits from Person and has a major property. Override the fullName() method in the Student class to include the major in the full name.
Create a Vehicle class with brand, model, and year properties, and a method called drive() that prints a message indicating that the vehicle is being driven. Then create a Car class that inherits from Vehicle and has a numDoors property. Override the drive() method in the Car class to print a message that includes the number of doors.
Create a BankAccount class with balance and accountNumber properties, and methods called deposit() and withdraw() that modify the balance property. Then create a CheckingAccount class that inherits from BankAccount and has a transactionLimit property. Override the withdraw() method in the CheckingAccount class to check if the withdrawal amount is within the transaction limit before modifying the balance property.
Selected from shared topics, language and repository description—not editorial ratings.
Muhammad-Junaid95 /
Hello Friends, In this repo you can find some basic dart programs solutions. Also you can Subscribe my YouTube Channel and watch various type of videos.
Muhammad-Junaid95 /
Hello Friends, In this repository you can find initially some basic dart programs solutions. After that level has gone higher. Also you can Subscribe my YouTube Channel and watch various type of videos.
Muhammad-Junaid95 /
Hello Friends, In this repo you can find some basic dart programs solutions. In this repository we do some more complicated solutions of Dart. Also you can Subscribe my YouTube Channel and watch various type of videos.
Muhammad-Junaid95 /
Hello Friends, In this repo you can find some basic dart programs solutions. In this repo we use Classes along them setters & getters etc. Also you can Subscribe my YouTube Channel and watch various type of videos.
abdulahad00 /
Hello Friends, In this Repository we will see how to calculate the salary with bonus in dart.