diff --git a/README.md b/README.md index 5e94d2a..be981eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Demo-Class A Simple C++ Class +The "MyClass.cpp" folder consists the snippet for creating a class in cpp. +The "main.cpp" folder consists of the code for the implementation of classes in cpp (the complete code ).