ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Interfaces Quiz
Question 1 of 10
Score: 0/10
What is the naming convention for interfaces in C#?
Start with 'Interface' (InterfaceShape)
Start with 'I' (IShape)
End with 'able' (Shapeable)
Use all caps (SHAPE)
Check Answer
Previous
Next Topic