From 4d3e0687e50761301bbb7eecdf1f93e126098b6b Mon Sep 17 00:00:00 2001 From: NishanthMolleti <48158364+NishanthMolleti@users.noreply.github.com> Date: Wed, 9 Oct 2019 15:10:42 +0530 Subject: [PATCH] updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ).