Questão de Programação — Programação Orientada a Objetos — FCC 2016
ProgramaçãoProgramação Orientada a Objetos
- Código
- fc035090
- Banca
- FCC
- Órgão
- Prefeitura de Teresina - PI
- Ano
- 2016
- Nível
- Médio
All programming is problem solving. In object-oriented programming
- Aa class models the state and behavior of a real-world object
- Bthe fundamental unit is the method, which can itself contain further methods
- Cwhen an object implements an interface, it promises to provide the behavior published by that interface
- Dan interface is a namespace for organizing classes and packages in a logical manner
- Ea collection of objects with no implementation is called a package