I’ve been asked to implement a "C program with Classes". Does C have classes, or has there been some kind of misunderstanding?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, C doesn’t have classes. That said, there are ways of simulating object-oriented programming in C – a quick Google search should yield some useful results.