Reaushambeaux
Reaushambeaux
CC#
Created by Reaushambeaux on 6/20/2023 in #help
✅ Abstraction Final Project
actually. I might have an idea. Your program should have a class for a Video that has the responsibility to track the title, author, and length (in seconds) of the video. public class video { public void title() { Console.WriteLine("Title of Video"); } Something along those lines.
5 replies