Reaushambeaux
✅ 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