Skip to content

Commit 7b69006

Browse files
committed
add: this_pointer 05
1 parent 9ca6057 commit 7b69006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_this_pointer/05_simple_use.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ class Rectangle
2929
// // instance member function to find area of rectangle
3030
void area()
3131
{
32-
3332
cout << "\nArea => " << length * breadth;
3433
}
3534
};
3635

36+
3737
// // Main Function Start
3838
int main()
3939
{

0 commit comments

Comments
 (0)