Skip to content

Make the FullName property in Student to be able to do the following: student.FullName = "John Smith"; or student.FullName = "Smith, John"; and assign "John" to FirstName and "Smith" to LastName. The property FullName is currently a read-only property. The assignment is to add a setter to do as shown above.

Notifications You must be signed in to change notification settings

Kylemitchell64/FullName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FullName

Make the FullName property in Student to be able to do the following: student.FullName = "John Smith";
or student.FullName = "Smith, John";
and assign "John" to FirstName and "Smith" to LastName.
The property FullName is currently a read-only property. The assignment is to add a setter to do as shown above.

About

Make the FullName property in Student to be able to do the following: student.FullName = "John Smith"; or student.FullName = "Smith, John"; and assign "John" to FirstName and "Smith" to LastName. The property FullName is currently a read-only property. The assignment is to add a setter to do as shown above.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published