Coder Social home page Coder Social logo

l7avid's Projects

adapter-pattern icon adapter-pattern

This repo contains an example of adapter pattern: We have a shop that sells products in 'COP' currency, but if we want to sell a product with another currency is not possible, so we create an adapter to "adapt" the foreign product to the correct one

builder-pattern icon builder-pattern

This repo contains an example of builder pattern. We are gonna create a videogame character using this pattern

create-txt-file icon create-txt-file

This is an example of how to create a .txt file using the "File" class. You will find two differents ways to create a .txt file

ejercicio01 icon ejercicio01

Solución planteada al problema #1 del curso Introducción al desarrollo de Software de SofkaU

esg-web-page icon esg-web-page

In this repo you will find a web page for a company that sells "arepas" that is a typical Colombian food

evennumbersmatrix_csharp icon evennumbersmatrix_csharp

This is a simple program that iterates through a matrix values and print out in the console the even numbers inside the matrix

family-members-jagged-array icon family-members-jagged-array

This is a simple console app that consists in an jagged array (array inside another array). Each row of the array represents the family of a friend. Each friend has to enter two family members in order to fill all the jagged array

friendlyarray_csharp icon friendlyarray_csharp

This is an example of how to fill an Array and then using a loop to iterate through it to and show a message depending on the Array length

inheritance-car-example icon inheritance-car-example

This is an example of how inheritance works using a Car scenario example. Here you can find how to override a parent method using the keyword "override"

inheritance-example icon inheritance-example

This is an example of how inheritance works. In this case we hace a parent class (Animal) and the child class (Dog). As we see, we can use the parent class methods inside the child class

inheritance-example-trainees icon inheritance-example-trainees

Console app that contains a parent class (Employee) and two child classes (Boss and Trainee), in this case, the parent class has a Work method and the child class Trainee has a method with the same name, we use the 'new' keyword in order to use the child class method instead of the parent class method

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.