private function objetoAbreConexao()
 {
     $_BANCO = new ConexaoBD();
     $_BANCO->conexaoBD();
 }
<?php 
include "conexaoBD.php";
$teste_conec = new ConexaoBD();
// Teste de conexao //
$teste_conec->conexaoBD();
echo "conectou";