Scala is a pure object-oriented language in the sense that everything is an object, including numbers or functions.
Scala는 순수한 객체지향적 언어이다. 이 말은 곧 숫자와 함수를 포함한 모든것이 객체라는 것이다.
Scala is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes and traits. Classes are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.
모든 값이 객체라는 측면에서 스칼라는 순수 객체지향 언어다. 객체의 타입과 행위는 클래스와 트레잇으로 나타난다. 클래스는 서브클래스를 만들거나, 다중 상속을 깔끔하게 대체하는 유연한 믹스인 기반 컴포지션 방법을 통해 확장된다.
In an object-oriented language such as Java, if I use a class that is GPL'ed without modifying, and subclass it, in what way does the GPL affect the larger program?
자바와 같은 객체 지향 언어에 있어서 GPL로 공표된 클래스를 수정없이 사용해서 서브 클래스를 생성했을 경우, 서브 클래스가 포함된 전체 프로그램에는 GPL이 적용됩니까?
JavaScript (often shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB.
JavaScript란 무엇인가? JavaScript (줄여서 JS)는 일급 함수를 사용하는 가벼운 객체 지향 인터프리터 언어이며 웹페이지의 스크립트 언어로 잘 알려져 있지만, 브라우저가 아닌 환경에서도 많이 사용된다.
Outros resultados
The design patterns can be applied in any object oriented language.
Its the most pure object oriented language.
Different from other object-oriented languages, Ruby purposely only presents single inheritance.
Object-oriented languages typically manage memory allocation and de-allocation automatically when objects are created and destroyed.
일반적으로 객체 지향 언어들은 객체들이 생성되거나 소멸될 때 자동적으로 메모리 할당과 회수를 관리한다.
With a powerful object oriented language, users can build their own options
Experience with object-oriented languages is definitely helpful, but even non-programmers have made Flutter apps!
객체지향 언어에 대한 경험은 분명 도움이 되겠지만, 프로그래머가 아닌 사람도 Flutter 앱을 만들었습니다!
In object-oriented languages like Ruby or Java we could easily define classes that help us solve this problem.
For the sake of completeness, it should be noted that some object-oriented languages do not have the concept of class, but Scala is not one of them.
(어떤 객체지향 언어는 클래스의 개념이 존재하지 않는다. 당연하게도 Scala는 이들에 속하지 않는다.)