17 lines
80 B
C
17 lines
80 B
C
|
|
|
||
|
|
|
||
|
|
|
||
|
|
class address{
|
||
|
|
|
||
|
|
char * street;
|
||
|
|
|
||
|
|
int number;
|
||
|
|
|
||
|
|
void someMethod() {
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|