extends tag

2 questions


1 answers
72 views
0
What is the difference between implementations and Extends and when are they used respectively?

What is the difference between implementations and Extends and when are they used respectively?It's a basic question, but I don't know the difference between these two. Please explain it so that it's ...


2 answers
79 views
0
Additional questions about extensions in Fragment

public abstract class AbstractDataInterface : DataInterface { public static int SEND_TO_LAYER1 = 0, SEND_TO_LAYER2 = 1, SEND_TO_LAYER3 = 2, SEND_TO_LAYER4 = 3, SEND_TO_DATA = 4, SEND_TO_PROC = 5; publ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.