public class Animal {Animal(){System.out.print("Animal");} }public class Cat extends Animal{Cat(){System.out.print("Cat");}}public class TestDog {public static void main(String[] args) {Cat a=new Cat();}}
查看答案
public class Triangle {public static void main(String[] args) {int x = 5, y = 6, z = 4;if (x + y > z && x + z > y && z + y > x)System.out.println("三角形");elseSystem.out.println("不是三角形");}}
将金融市场划分为发行市场和流通市场,是( )。
A. 按交易标的物划分
B. 按地域范围划分
C. 按交易中介划分
D. 按交易性质划分
( )又称证券交易所市场。
A. 货币市场
B. 资本市场
C. 场内市场
D. 间接金融市场
某投资银行受A公司委托分销其发行债券,该交易行为所在市场是( )。
A. 流通市场
B. 发行市场
C. 期货市场
D. 期权市场