Přeskočit na obsah

Výsledky hledání

Ukázat (20 předchozích | ) (20 | 50 | 100 | 250 | 500).
  • __construct($x, $y) { $this->x = $x; $this->y = $y; } public function getX() { return $this->x; } public function getY() { return $this->y; } /** * Posune…
    4 KB (402 slov) - 8. 8. 2021, 13:36
  • _name, int _age) { this.name = _name; this.age = _age; } public String getName() { return this.name; } public int getAge() { return this.age; } } interface…
    4 KB (373 slov) - 29. 10. 2022, 18:21
  • nastaveni pozice trojuhelniku this.p = p; } @Override public PositionAbsolute getPosition() { // ziskani pozice trojuhelniku return this.p; } } // ctyrstran implementujici…
    11 KB (1 245 slov) - 8. 8. 2021, 18:46
  • creating objects (the product, in this case) abstract class PizzaBuilder { protected Pizza pizza; public Pizza GetPizza() { return pizza; } public void CreateNewPizzaProduct()…
    19 KB (1 947 slov) - 11. 9. 2023, 20:00
  • Miniatura pro TypeScript
    number) { this.jmeno = jmeno; this.vek = vek; this.plat = plat; } naRetezec(): string { return this.jmeno + " (" + this.vek + ")" + "(" + this.plat + ")";…
    4 KB (325 slov) - 30. 10. 2023, 17:09
  • f; auto operator()(const Cont<T>& m) { return [this,m](auto g) { return m([this,g](auto x) { return f(x)(g); }); }; } }; C++ nemá typy vyšších druhů…
    4 KB (565 slov) - 26. 3. 2024, 11:43
  • getId(): int { return $this->id; } public function getJmeno(): string { return $this->jmeno; } public function setJmeno(string $jmeno): void { $this->jmeno =…
    10 KB (1 054 slov) - 6. 8. 2023, 23:42
  • Miniatura pro React (webový framework)
    type="text/babel"> class Greeter extends React.Component { render() { return <h1>{this.props.greeting}</h1> } } ReactDOM.render(<Greeter greeting="Hello World…
    14 KB (1 349 slov) - 11. 9. 2023, 12:26
  • $this->zustatek); } $this->zustatek -= $kolik; } /** * Vrátit aktuální zůstatek * * @return float */ public function vratZustatek() { return $this->zustatek;…
    11 KB (1 179 slov) - 8. 8. 2021, 22:10
  • = null) || (this.id != null && !this.id.equals(other.id))) { return false; } return true; } @Override public String toString() { return "Car[id=" + id…
    10 KB (1 081 slov) - 24. 7. 2023, 06:41
  • example) { this.example = example; } public PrototypeFactory makeCopy() throws CloneNotSupportedException { return this.example.clone(); } public…
    9 KB (1 027 slov) - 8. 8. 2021, 17:32
  • public Object prijmi(INavstevnik navstevnik, Object params){ return navstevnik.aplikujNa(this, params); } Jak jsem již dříve zmínil, navštívená třída zavolá…
    17 KB (1 914 slov) - 8. 8. 2021, 21:21
  • $o = ($this->a + $this->b + $this->c) / 2; return sqrt($o * ($o - $this->a) * ($o - $this->b) * ($o - $this->c)); } } class Kruh implements ITvar { private…
    7 KB (800 slov) - 14. 6. 2023, 20:01
  • $minus; } class OOPCalculator { /** * @return OutputData */ public function complicatedCalculation() { $inputData = $this->prepareInputData(); $outputData =…
    5 KB (496 slov) - 9. 1. 2022, 19:01
  • zpěvačka. Poprvé se objevila na albu Freak Out!. Je zachycena ve skladbě „The Return of the Son of Monster Magnet“, kde povídá: mužský hlas: Suzy? ženský hlas:…
    686 bajtů (79 slov) - 19. 1. 2019, 19:50
  • }else { return (a/b); } } public function vypocet(a, b){ $vysledek = 0; //volání lokální metody uvnitř třídy pomocí $this $vysledek = $this->deleni(a…
    8 KB (810 slov) - 26. 9. 2022, 01:13
  • objektu - použít (zavolat)*/ public String getJmeno() { return jmeno; } public int getVek() { return vek; } public void udelejUkoly() { ... } public void…
    3 KB (288 slov) - 26. 9. 2022, 01:14
  • Return to Forever je osmnácté studiové album německé skupiny Scorpions. Vydáno bylo v únoru 2015 a jeho producenty byli Mikael Nord Andersson a Martin…
    2 KB (88 slov) - 2. 5. 2024, 12:01
  • Miniatura pro Gwen Stefani
    díky albu Tragic Kingdom. Popularita skupiny klesla s jejich třetím albem Return to Saturn (2000). Ale album Rock Steady (2001) přineslo do jejich muziky…
    3 KB (287 slov) - 30. 11. 2022, 16:18
  • Return of the Boom Bap je první oficiální sólové album rappera KRS One, které vydalo v roce 1993 vydavatelství Jive Records. Toto album se umístilo 16…
    8 KB (493 slov) - 2. 5. 2024, 12:00
Ukázat (20 předchozích | ) (20 | 50 | 100 | 250 | 500).