What is the translation of " A SUBCLASS " in Korean?

Examples of using A subclass in English and their translations into Korean

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
Covariant C[T'] is a subclass of C[T][+T].
공변성(covariant) C[T']는 C[T]의 하위 클래스이다 [+T].
A subclass must also observe the first and second rules.
서브클래스는 또한 첫 번째 규칙들과 두 번째 규칙들을 주시해야 한다.
Every Sinatra application corresponds to a subclass of Sinatra:: Base.
모든 Sinatra 애플리케이션은 ::Base 의 서브클래스에 대응됩니다.
A subclass of the AdapterView class uses an Adapter to bind data to its layout.
AdapterView 클래스의 서브클래스는 Adapter 를 사용하여 자신의 레이아웃에 데이터를 바인드합니다.
To study in Australia you will need to get a subclass 500 student visa.
호주에서 공부하려면 유효한 학생 비자(Student Visa, subclass 500)를 소지해야 합니다.
Each of these objects is a subclass of the View class and the subclass that handles text is TextView.
여기서 사용된 텍스트를 다루는 View 서브클래스는 TextView 이다. 이 TextView 생성은 다음과 같다.
Put your app's routes, error handlers,filters, and options in a subclass of Sinatra:: Base.
앱의 라우터, 예외 핸들러, 필터,옵션은 ::Base 의 서브클래스에 두어야 합니다.
To create a service, you must create a subclass of Service or use one of its existing subclasses..
서비스를 생성하려면 Service 의 서브클래스를 생성해야 합니다(아니면 이의 기존 서브클래스 중 하나).
Android: name The name of the class that implements the activity, a subclass of Activity.
Android: name 액티비티를 구현하는 클래스(Activity 의 서브클래스)의 이름입니다.
For example, here's a subclass of Fragment that loads a layout from the example_fragment. xml file.
예를 들어 다음은 Fragment 의 서브클래스로, example_fragment. xml 파일로부터 레이아웃을 로드합니다.
Predict the rating or preference of an item using a subclass of information filtering systems.
정보 필터링 시스템의 서브클래스를 사용하여 항목에 대한 평가 또는 선호도 예측.
The Monkey class is a subclass of the Animal class andthe Dog class is a subclass of the Animal class.
이제 Animal 클래스는 Dog 클래스의 superclass가 되었고,Dog 클래스는 Animal 클래스의 subclass가 되었다.
However, issubclass(float, int)is False since float is not a subclass of int.
하지만, issubclass(float, int)는 False 인데, float 는 int 의 서브 클래스가 아니기 때문입니다.
To create a fragment, you must create a subclass of Fragment(or an existing subclass of it).
프래그먼트를 생성하려면 Fragment 의 서브클래스(또는 이의 기존 서브클래스)를 생성해야 합니다.
When the email package calls this method,defect will always be a subclass of Defect.
Obj에서 찾은 defect를 처리합니다. email 패키지가 이 메서드를 호출할 때,defect는 항상 Defect의 서브 클래스입니다.
A service is implemented as a subclass of Service. For more information about the Service class, see the Services developer guide.
서비스는 Service 의 서브클래스로 구현되며 이에 대한 더 자세한 내용은 서비스 개발자 가이드에서 확인할 수 있습니다.
The SAF centers around a content provider that is a subclass of the DocumentsProvider class.
개요 SAF는 DocumentsProvider 클래스의 서브클래스인 콘텐츠 제공자를 중심으로 하고 있습니다.
IntentService This is a subclass of Service that uses a worker thread to handle all of the start requests, one at a time.
IntentService 이것은 Service 의 서브클래스로, 작업자 스레드를 사용하여 모든 시작 요청을 처리하되 한 번에 하나씩 처리합니다.
In this example, we have an Animal and a Rhino, with Rhino being a subclass of Animal.
이 예제에서 우리는 Animal과 Rhino를 가지고 있고 Rhino는 Animal의 자식 클래스입니다.
Parallel Inheritance Hierarchies Every time you make a subclass of one class, you must also make a subclass of another.
Parallel Inheritance Hierarchies 한 클래스의 서브클래스를 만들면, 다른 곳에도 모두 서브 클래스를 만들 어 주어야 함.
Use issubclass() to check class inheritance: issubclass(bool, int)is True since bool is a subclass of int.
클래스 상속을 검사하려면 issubclass() 를 사용합니다: issubclass(bool, int) 는 True 인데,bool 이 int 의 서브 클래스이기 때문입니다.
A document provider is implemented as a subclass of the DocumentsProvider class.
문서 제공자는 DocumentsProvider 클래스의 서브클래스로 구현됩니다.
In Android XML layout files,each tag is mapped to an actual class instance(the class is always a subclass of View.).
안드로이드 XML 레이아웃 파일 내에서, 각각의 태그는 실재의 클래스 Instance와 매핑될 수 있지만, (이 때 클래스들은 항상 View 의 서브클래스이다.).
Superclass and Legacy: Hashtable is a subclass of Dictionary class which is now obsolete in Jdk 1.7, so, it is not used anymore.
(6) Superclass and Legacy: Hashtable 은 현재 JDK 1.7 에서 잘 사용되지 않는 Dictionary 서브 클래스이다.
Therefore, the terms of the GPL affect the whole program where you create a subclass of a GPL'ed class.
따라서 GPL 라이선스를 사용하는 클래스로부터 파생된 서브 클래스를 이용해서 만들어진 전체 프로그램에는 GPL이 적용됩니다.
Like Activity andService components, a subclass of ContentProvider must be defined in the manifest file for its application, using the element.
Activity 와 Service 구성 요소와 마찬가지로,ContentProvider 의 서브클래스는 요소를 사용하여 매니페스트 파일에서 애플리케이션에 대해 정의되어야 합니다.
This function returns TRUE if the object object, belongs to a class which is a subclass of class_name, FALSE otherwise.
이 함수는 객체 obj 가 상위클래스( superclass )의 하위클래스에 속하면 참( TRUE )을, 그렇지 않으면 거짓( FALSE )를 반환합니다.
A content provider is implemented as a subclass of ContentProvider and must implement a standard set of APIs that enable other apps to perform transactions.
콘텐츠 제공자는 ContentProvider 의 서브클래스로 구현되며, 다른 앱이 트랜잭션을 수행할 수 있도록 활성화하는 표준 API 집합을 구현해야 합니다.
If you're developing anapp that provides storage services for files(such as a cloud save service), you can participate in this unified UI for picking files by implementing a content provider as a subclass of the new DocumentsProvider class.
(클라우드 저장 서비스와 같이) 파일에 대한 저장소 서비스를제공하는 앱을 개발하는 경우, 콘텐츠 제공자를 새 DocumentsProvider 클래스의 서브클래스로 구현하여 파일을 선택할 수 있는 이 통합 UI에 참여할 수 있습니다.
This method can also be called by a Swing extension written as a subclass of JComponent to take advantage of the Swing drag support.
또, JComponent 서브 클래스로서 기술되는 Swing 확장으로부터 호출해, Swing 드래그 지원 의 기능을 이용할 수 있습니다.
Results: 393, Time: 0.0368

Word-for-word translation

Top dictionary queries

English - Korean