Skip to content

Commit

Permalink
Test Human Class
Browse files Browse the repository at this point in the history
  • Loading branch information
brevsae committed Oct 13, 2018
1 parent ec534b1 commit dfb4ea7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cpp-Practice/Human.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//Authors: Edgar Tejada
// Shruti Chakraborty

17 changes: 17 additions & 0 deletions Cpp-Practice/Human.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//Authors: Edgar Tejada
// Shruti Chakraborty


public class Human
{
public:
int age;
String name;
int idNumber;
private:
int socialSecurity;
Human();



};
4 changes: 4 additions & 0 deletions Cpp-Practice/Human.h.save
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

//Authors: Edgar Tejada
// Shruti Chakraborty

0 comments on commit dfb4ea7

Please sign in to comment.