인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

facebookusersong0359's profile image
facebookusersong0359

asked

From beginner to developer employment!! Practical Java course

Lesson 8 - Basic Coding Methods for Object-Oriented Programs

클래스 안에 변수질문이요

Written on

·

130

0

ManClass 안에 age라는 private int 변수가 있는데 this.age를 사용할떄가 있고 age를 사용할때가 있는데 외부클래스에서 값을 얻어서 age에 넣을때만 this.age를 사용하고 외부로 값을 전해줄때는 this.age를 쓰면 안되는 건가요?
java

Answer

This question is waiting for answers
Be the first to answer!
facebookusersong0359's profile image
facebookusersong0359

asked

Ask a question