Blog

Articles about IoT, PCB Design, Simulation and Development

4 results for Programación orientada a objetos

2 min read ES CA EN

One-dimensional and two-dimensional arrays in Java

An array is an object that contains one or more elements. Each element can contain a primitive data type or can contain references to objects. All elements of an array must be of the same type…

Read more →
2 min read ES CA EN

Wrapper classes in Java

Primitive data types are not objects, but sometimes, objects are needed. Primitive type · Wrapper class byte · Byte short · Short int · Integer long · Long float · Float double · Double char…

Read more →
3 min read ES CA EN

What is Object-Oriented Programming?

Object-oriented programming (OOP) is a programming paradigm that uses objects to create applications. In addition, it offers us several advantages, including: Allowing code reuse and extension…

Read more →
1 min read ES CA EN

Web Application Development (DAW)

M03 - Programming What is Object-Oriented Programming? Encapsulation Inheritance Polymorphism Assignment polymorphism Pure polymorphism Overloading Inclusion polymorphism Wrapper classes in Java…

Read more →