In the below text, what is the class name? Class Square: NamedShape { var sideLength: Double func area() -> Double { return sideLength*sideLength } }
Correct Answer: Square
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Swift MCQ Questions