Junior OOP What is an object? An instance of a class with actual values.Represents a real-world entity in memory. Car myCar = new Car(); // Object of Car class