Questions tagged as 'sobrescrita'

1
answer

What are the differences between overrideing and overloading in Java?

What are the main differences between overrideing and overloading in Java? What is the relationship between these terms with Polymorphism?     
asked by 14.03.2017 / 12:58
2
answers

Doubt over access modifiers and polymorphism

I have a very early question about polymorphism / access modifiers in Java. I would like to find out why a certain phenomenon occurs in my code. Here is an example of classes: Class Pai : public class Pai { public void metodo1(...
asked by 09.11.2017 / 19:00
1
answer

Modify the indexes of each item in a TreeView Java FX or override method TreeView.getSelectionModel (). select (int index)?

Greetings to all. This is my first post here. I'm developing a Java FX project that consists of a form with a TreeView whose items are obtained from an ArrayList, previously populated through a query to the database. Thistablerepresentsah...
asked by 04.04.2018 / 04:51
1
answer

Overwriting methods of an interface

I'm having a question about overwriting methods of an interface. Can I override a method in a child class that inherits from the parent class the implementation of an interface and in that method use receive parameters? Interface: public in...
asked by 24.10.2017 / 00:57
0
answers

Overwriting php functions

I'm working on the security of my website and would like to know if a malicious user can override some php function from my website if he eventually discovers the name of that function?     
asked by 05.08.2017 / 21:18
1
answer

I can not overwrite a variable in docker. How to solve?

I have this following dockerfile: ... ENV REMOTE_HOST abcd RUN figlet SETTING__XDEBUG__php.ini RUN { \ echo '[xdebug]'; \ echo 'zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so'; \ echo...
asked by 01.12.2017 / 19:52