• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

Q1: should we always assign one svg size if more than one graphs are drawn? Q2: again, I want to make two different animations of different shapes? in the same svg, without changing the size, no result? Q3: and again, in a same svg sized, want to make path with combinations of C, S , A etc, no results? what is proper ways to do the above? what attentions should we pay to ?
animationhtml
0 głosów
2 odpowiedzi
20th Jun 2016, 6:34 AM
Alexis Cheuk Yan Lee
Alexis Cheuk Yan Lee - avatar
public class Vehicle { int maxSpeed; int wheels; String color; double fuelCapacity; void horn() { System.out.println("Beep!"); } } class MyClass { public static void main(String[ ] args) { Vehicle v1 = new Vehicle(); Vehicle v2 = new Vehicle(); v1.color = "red"; v2.horn(); System.out.println(v1); } } Explain its outcome. I am unable to get the last line of outcome.
classesjava
-1 Głos
2 odpowiedzi
16th Aug 2016, 4:20 PM
Himanshu Mittal
Himanshu Mittal - avatar
< Do tyłu1...12371238Dalej >
Popularne dzisiaj
Is this realistic enough?
1 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Need friends
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
I am a beginner, please teach me how to use Python
0 Votes
Python
1 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
Web Development
0 Votes
Can someone please explain python for me
0 Votes