본문 바로가기

Dailelog

검색하기
Dailelog
프로필사진 Daile

  • 분류 전체보기 (74)
    • Dailelog (3)
    • 디자인패턴 (5)
    • JAVA (10)
      • JAVA SPRING (3)
    • 트러블 슈팅 (0)
    • 알고리즘 (24)
    • 언어 (17)
      • C언어 (10)
      • CPP (2)
      • CS (4)
      • 심심풀이 (1)
    • 일기 (6)
    • 활동 (5)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
  • 바삭이 GitHub
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • 프리코스
  • 7기
  • OCP
  • lv2
  • DBMS
  • 11660
  • Java
  • C++
  • C
  • 2차원 배열
  • c#
  • 우테코
  • permissionevaluator
  • 백준
  • dailelog
  • 프로그래머스
  • SQL
  • 토마토
  • Spring
  • c언어
  • 블로그
  • 2455
  • 우테코 7기
  • 디자인패턴
  • 회고
  • cpp
  • 로그인
  • JDBC
  • 디자인 패턴
  • BFS
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록namespace (1)

Dailelog

2.namespace

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 부산시 { class 동래구 { //visibility(가시성) // 동래구라는 class를 다른 namespace또는 class에서 사용하려면 public을 해주어야 한다. public static string wherAreYou() { return "부산시/동래구/사직동"; } public static int add(int x, int y) { return x + y +100; } } class Program { static int add(int x, int y) { return..

언어/CS 2022. 9. 2. 18:07
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바