Questions tagged [extending]

287 questions
-3
votes
2 answers

Java - Extend a class that extend a Thread class

I'm studying for an exam about multi-threading, I started an exercise by myself in order to improve my ability with Java but I have a question: Am I able to extend a class with another class made by me that extends Thread too? I'm aware I can extend…
Geologo
  • 5
  • 2
-3
votes
2 answers

calling python method from c++ "library"

Through a code written in C++ code that embeds python call external python class and execute a method of the class (FileHandler). That works. I generate a library of that code in C++ (libSome.so) for use in python with c_types and making a wrapper…
maekos
  • 3
  • 2
1 2 3
19
20