What is DataActivity in the following code? Intent myIntent=new Intent( this, DataActivity.class); A) A subclass of Intent B) A reference to the current Activity C) An Intent D) An Activity class